Size
Creates a new instance of Size with the given width and height.
Since
8.0.0
Parameters
width
The width value of the size.
height
The height value of the size.
Throws
if width or height is negative.
Creates a new instance of Size with the given width and height.
8.0.0
The width value of the size.
The height value of the size.
if width or height is negative.